home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / s342q07.lha / aux-debug.h < prev    next >
C/C++ Source or Header  |  1994-02-01  |  178b  |  10 lines

  1. #define AUXDEBUGPORT "Aux_Debug_Port"
  2. struct debugmsg
  3.   {
  4.   struct Message ipc_Msg;
  5.   char *msg;                 /* null terminated text string */
  6.   int a,b,c;
  7.   int flag;
  8.   };
  9.  
  10.